@prefix iop: <https://w3id.org/iadopt/ont/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ex: <http://example.org/iadopt/challenge/> .

<http://example.org/iadopt/Env/PrecRate>
    a 
        iop:Variable ;
    rdfs:label 
        "Daily maximum hourly precipitation rate" ;
    rdfs:comment "Daily maximum hourly precipitation rate, measured in kg m⁻² s⁻¹";
    ex:issue "https://github.com/mabablue/I-ADOPT-examples-playground/issues/124";
    iop:hasObjectOfInterest 
        <https://www.wikidata.org/entity/Q283> ;
    iop:hasMatrix 
        _:b0 ;
    iop:hasStatisticalModifier 
        <https://www.wikidata.org/entity/Q10578722> ;
    iop:hasProperty 
        <https://qudt.org/vocab/quantitykind/MassFluxDensity> ;
    iop:hasConstraint 
        [ a iop:Constraint ;
             rdfs:label "reporting frequency: daily" ;
             iop:constrains <https://www.wikidata.org/entity/Q10578722> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "reporting frequency: hourly" ;
             iop:constrains <https://www.wikidata.org/entity/Q10578722> ;
        ] ,
        [ a iop:Constraint ;
             rdfs:label "process: precipitation" ;
             iop:constrains <https://www.wikidata.org/entity/Q283> ;
        ] .

<https://www.wikidata.org/entity/Q283>
    a 
        iop:Entity ;
    rdfs:label 
        "water" .

_:b0
    a 
        iop:Entity ,
        iop:AsymmetricSystem ;
    iop:hasTarget 
        <https://www.wikidata.org/entity/Q36133> ;
    iop:hasSource 
        <https://www.wikidata.org/entity/Q8104> .

<https://www.wikidata.org/entity/Q10578722>
    a 
        iop:StatisticalModifier ;
    rdfs:label 
        "maximum" .

<https://qudt.org/vocab/quantitykind/MassFluxDensity>
    a 
        iop:Property ;
    rdfs:label 
        "mass flux density" .

<https://www.wikidata.org/entity/Q36133>
    a 
        iop:Entity ;
    rdfs:label 
        "ground" .

<https://www.wikidata.org/entity/Q8104>
    a 
        iop:Entity ;
    rdfs:label 
        "atmosphere" .
